CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv sift

搜索资源列表

  1. sift算法实例

    3下载:
  2. opencv的sift特征提取,visual studio 2010平台实现。
  3. 所属分类:源码下载

    • 发布日期:2010-12-15
    • 文件大小:38133450
    • 提供者:harleych
  1. sift 经典源码

    0下载:
  2. sift 经典源码 作者推荐代码,结合GSL+OPENCV进行编写,可在WINDOWS下运行,sift 经典源码 作者推荐代码,结合GSL+OPENCV进行编写,可在WINDOWS下运行
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-09
    • 文件大小:1086870
    • 提供者:assword
  1. Sift.zip

    2下载:
  2. 用SIFT (Scale Invariant Feature Transform) 算法进行图像特征提取,基于OpenCv的C++代码实现。,Using SIFT (Scale Invariant Feature Transform) algorithm for image feature extraction, based on the OpenCv the C++ Code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3957168
    • 提供者:梁霄
  1. sift.rar

    2下载:
  2. opencv下的图像sift特征提取以及匹配,sift
  3. 所属分类:assembly language

    • 发布日期:2014-12-10
    • 文件大小:638227
    • 提供者:han
  1. 基于OpenCV的SIFT特征点提取进行匹配的程序

    3下载:
  2. 基于OpenCV的SIFT特征点提取进行匹配的程序,程序中采用了两幅图像,匹配后可进行放射变换-OpenCV based on SIFT feature point extraction of matching procedures, the procedures used in the two images, match after radiation transformation
  3. 所属分类:图形/文字识别

    • 发布日期:2014-12-10
    • 文件大小:387202
    • 提供者:bill
  1. SIFT--opencv

    1下载:
  2. SIft算法。。可以用于影像匹配功能-SIft algorithm. . For image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:62910
    • 提供者:丁丁
  1. opencv

    2下载:
  2. opencv的图像匹配程序,可达到亚象素,是基于opencv写的,已经通过测试。-opencv image matching procedure, can achieve sub-pixel is based on written opencv, has passed the test.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1591221
    • 提供者:cinvent
  1. SIFT-opencv-verygood

    3下载:
  2. 我在论坛里找了很多关于这个SIFT算法的程序,很多根本就调不通,这个是我好不容易找到的比较好的结合C++和OPENcv工具箱的程序包,但是还是缺少了几个链接库文件,我已经加到了这个压缩包里面了,关于VC6下如何配置OPENCV的方法,也做了图片放到了里面,过程十分详细,对于初学者使用起来应该是最方便的了,绝对出结果。注意要配置,过程已经很清晰了。-First, note that password is wrh compressed package in the forum I found a
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:10872181
    • 提供者:吴若鸿
  1. SIFT-opencv

    3下载:
  2. 利用opencv编写的sift匹配程序,对于研究此算法很有帮助-sift code by opencv
  3. 所属分类:Graph program

    • 发布日期:2016-01-24
    • 文件大小:4010646
    • 提供者:libinghe
  1. SIFT

    1下载:
  2. 这是基于OpenCV的SIFT特征提取实现。-This is based on the OpenCV implementation of the SIFT feature extraction.
  3. 所属分类:Special Effects

    • 发布日期:2014-12-10
    • 文件大小:145698
    • 提供者:
  1. SIFT_VC

    0下载:
  2. 基于opencv开发的sift匹配的原码程序,可以用,希望大家在次基础上写出图象拼接的程序.-opencv .sift matching
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2486798
    • 提供者:杨刚
  1. sift-1.1.1_20071108_win

    0下载:
  2. Rob Hess的SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差-Rob Hess of the SIFT algorithm C language (based on OpenCV), sampling and Gaussian pyramid differential extraction of feature points, KD tree search for points of the same name, RANS
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:448526
    • 提供者:lonfan
  1. sift-opencv2

    0下载:
  2. opencv 的sift的算法的实现 又有代表性-opencv the sift of the Algorithm and representative
  3. 所属分类:Graph program

    • 发布日期:2017-05-21
    • 文件大小:6581848
    • 提供者:cuiyangyang
  1. sift-1.1.1_20070330_win

    0下载:
  2. All code in this package requires the OpenCV library (known working version is 1.0.0):Some functions require the Gnu Scientific Library (GSL) (known working Running The following is a list of directories that contain VC++.NET projects and the f
  3. 所属分类:.net

    • 发布日期:2017-03-23
    • 文件大小:352041
    • 提供者:wushuqiong
  1. SIFT

    0下载:
  2. SIFT算法实现,更加适合医学图像匹配,更好去掉边缘点,去掉误匹配-this is not original SIFT algorithms,can fit for operation pictures,delete the edge points,reduce the wrong match
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7671136
    • 提供者:jiba
  1. Based-on-the-Rob_Hess-OpenCV--SIFT-

    0下载:
  2. 编译Rob_Hess基于OpenCV的SIFT算法的C语言实现.pdf-Based on the Rob_Hess OpenCV compile the C language realization SIFT algorithm. PDF
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:350124
    • 提供者:海子
  1. SIFT

    0下载:
  2. Sift implementation with opencv, this method Applys David Lowe s Scale Invariant Feature Transform (SIFT) algorithm to a grayscale image. -Sift implementation with opencv, this method Applys David Lowe s Scale Invariant Feature Transform (SIFT) alg
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:8346
    • 提供者:mazoul82
  1. opencv-sift-text1

    0下载:
  2. 基于opencv的sift特征点匹配测试程序,对比两张图片上的特征点匹配程度-Based on the opencv sift feature point matching test program, compared to two pictures on the degree of matching feature points
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:1551
    • 提供者:wangjiansen
  1. opencv---sift

    1下载:
  2. 基于opencv的sift图像拼接算法,是特征匹配的一种,具有旋转、平移、遮蔽以及仿射不变形,广泛应用于图像拼接及图像特征匹配中-Based on the opencv sift image stitching algorithm, is a feature matching, rotation, translation, masking and affine deformation, is widely used in image stitching and image feature mat
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4011181
    • 提供者:周圣
  1. DualCamera

    0下载:
  2. 使用MFC使opencv sift界面化(Using MFC to make opencv sift interface)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-30
    • 文件大小:10061824
    • 提供者:akl55open
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com